Skip to content

build(deps-dev): bump the testing group across 1 directory with 3 updates - #6157

Merged
tdonohue merged 1 commit into
dspace-9_xfrom
dependabot/npm_and_yarn/dspace-9_x/testing-2dd5fa2a1f
Sep 10, 2026
Merged

tdonohue merged 1 commit into
dspace-9_xfrom
dependabot/npm_and_yarn/dspace-9_x/testing-2dd5fa2a1f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps the testing group with 3 updates in the / directory: axe-core, cypress and ng-mocks.

Updates axe-core from 4.12.1 to 4.13.0

Release notes

Sourced from axe-core's releases.

Release 4.13.0

In summary, this release adds:

  1. Support Element Internals: A modern way for building accessible component libraries Axe-core is the first accessibility tool to support this major new web feature! Thanks to RedHat and Adobe for working with us to figure out the right way forward.

  2. A new Swedish translation, thanks to our a community contribution

  3. A new Finish contribution (not open source), thanks to our Scandinavian partner

  4. 10 False positives closed, including all the critical ones!

  5. And 13 updates to get Axe-core consistent with the latest web standards

This release is one of the bigger changes we've done in a few years, so likely issue numbers are going to change in adopting this version.

Features

  • aria-actions: add aria-actions to allowed ARIA attributes (#5200) (029655d), closes #4584 #5199, references #5215 #5215
  • aria-allowed-attr: flag deprecated ARIA attributes as needs-review (#5246) (518f3cc), closes #3341
  • aria-prohibited-attr: allow many elements to be named and disallow label and body from being named (#5259) (d8b1ea5)
  • aria-roles: add sectionheader and sectionfooter roles (#5238) (c36c109), closes #4734, references #4734
  • aria/get-aria-value: new function to get aria values of a node (#5109) (a7d8f3e), references #5042
  • aria/has-attr-value: new function to check if node has aria value (#5136) (61f2624), references #5109
  • aria: support role=image as equivalent to role=img (#5248) (5aa8aaf), closes #4656, references #5272
  • checks/aria: support ARIA element internals properties (#5172) (9b7f754)
  • checks/label: support ARIA element internals properties (#5170) (21c5f8b)
  • checks/navigation: support ARIA element internals properties (#5167) (2c3a98f)
  • commons/aria: support ARIA element internals properties (#5171) (31f09e7)
  • commons/dom: support ARIA element internals properties (#5163) (f0a12cf)
  • commons/forms: support ARIA element internals properties (#5165) (27a4686)
  • commons/matches/fromPrimative: deprecate in favor of correct spelling (#5270) (31cfb2e)
  • commons/text: support ARIA element internals properties (#5169) (e841a33)
  • commons/text: support form-associated labels via element internals (#5182) (57cfe0a), closes #5045, references #5170 #5039 #5151 #5039
  • dom/getResolvedRefs: new function to get the resolved virtual nodes of idrefs (#5151) (489cdea), references #5109
  • element-internals: enable ElementInternals by default (#5284) (2740d42), closes #5277
  • i18n: Add Swedish locale (#5190) (dcd13f2), references #5189
  • matches: add inSectioningContent, hasChild, and isSummaryForDetails matches (#5262) (c47cdcd)
  • rules: support ARIA element internals properties (#5168) (065baf7)
  • standards/ariaAttrs: add caseInsensitive property for attributes (#5224) (bcd791c)

Bug Fixes

  • aria-allowed-role: allow roles on a non-details summary (#5242) (3bd9875), closes #3911, references #3443 #3911
  • aria-allowed-role: restrict figure roles with child figcaption (#5240) (178a635), closes #3443
  • aria-prohibited-attr: visible aria-labelledby requires review only (#5285) (fd6fa9f)
  • axe.d.ts: make enabled property of RuleMetadata optional (#5129) (90fce18)
  • color-contrast: fix various stacking context bugs (#5214) (d5e5b04), references #8 #5213

... (truncated)

Changelog

Sourced from axe-core's changelog.

4.13.0 (2026-08-05)

Features

  • aria-actions: add aria-actions to allowed ARIA attributes (#5200) (029655d), closes #4584 #5199, references #5215 #5215
  • aria-allowed-attr: flag deprecated ARIA attributes as needs-review (#5246) (518f3cc), closes #3341
  • aria-prohibited-attr: allow many elements to be named and disallow label and body from being named (#5259) (d8b1ea5)
  • aria-roles: add sectionheader and sectionfooter roles (#5238) (c36c109), closes #4734, references #4734
  • aria/get-aria-value: new function to get aria values of a node (#5109) (a7d8f3e), references #5042
  • aria/has-attr-value: new function to check if node has aria value (#5136) (61f2624), references #5109
  • aria: support role=image as equivalent to role=img (#5248) (5aa8aaf), closes #4656, references #5272
  • checks/aria: support ARIA element internals properties (#5172) (9b7f754)
  • checks/label: support ARIA element internals properties (#5170) (21c5f8b)
  • checks/navigation: support ARIA element internals properties (#5167) (2c3a98f)
  • commons/aria: support ARIA element internals properties (#5171) (31f09e7)
  • commons/dom: support ARIA element internals properties (#5163) (f0a12cf)
  • commons/forms: support ARIA element internals properties (#5165) (27a4686)
  • commons/matches/fromPrimative: deprecate in favor of correct spelling (#5270) (31cfb2e)
  • commons/text: support ARIA element internals properties (#5169) (e841a33)
  • commons/text: support form-associated labels via element internals (#5182) (57cfe0a), closes #5045, references #5170 #5039 #5151 #5039
  • dom/getResolvedRefs: new function to get the resolved virtual nodes of idrefs (#5151) (489cdea), references #5109
  • element-internals: enable ElementInternals by default (#5284) (2740d42), closes #5277
  • i18n: Add Swedish locale (#5190) (dcd13f2), references #5189
  • matches: add inSectioningContent, hasChild, and isSummaryForDetails matches (#5262) (c47cdcd)
  • rules: support ARIA element internals properties (#5168) (065baf7)
  • standards/ariaAttrs: add caseInsensitive property for attributes (#5224) (bcd791c)

Bug Fixes

  • aria-allowed-role: allow roles on a non-details summary (#5242) (3bd9875), closes #3911, references #3443 #3911
  • aria-allowed-role: restrict figure roles with child figcaption (#5240) (178a635), closes #3443
  • aria-prohibited-attr: visible aria-labelledby requires review only (#5285) (fd6fa9f)
  • axe.d.ts: make enabled property of RuleMetadata optional (#5129) (90fce18)
  • color-contrast: fix various stacking context bugs (#5214) (d5e5b04), references #8 #5213
  • gather-internals: handle non-HTMLElement nodes (#5161) (06e84c3)
  • get-selector: escape control characters in attribute selectors (#5273) (4b60ac5), closes #5204 #5204
  • image-alt: allow whitespace alt on presentational images (#5218) (c5dd0ef), closes #5216
  • landmark-unique: exclude section/form with non-landmark roles from landmark match (#5085) (c5fd013), closes #4722 #5064
  • name the image role in role-img-alt and svg-img-alt metadata (#5279) (995a269), closes #5272, references #5248 #5248
  • standards: update aria-errormessage and aria-details to be idrefs (#5157) (fb94f8a)
Commits
  • 1cc54b9 chore(release): v4.13.0 (#5288)
  • a1c9ebb chore(release): 4.13.0
  • 98400d7 test(arialabelledby-text): cover closed shadow DOM and out-of-tree idrefs (#5...
  • bcd791c feat(standards/ariaAttrs): add caseInsensitive property for attributes (#5224)
  • fd6fa9f fix(aria-prohibited-attr): visible aria-labelledby requires review only (#5285)
  • 013ee82 ci: increase wait-for-npm-ready timeout for publish scan delay (#5286)
  • c5fd013 fix(landmark-unique): exclude section/form with non-landmark roles from landm...
  • dcd13f2 feat(i18n): Add Swedish locale (#5190)
  • a713bd8 test(hasAriaValue): reenable skipped test due to firefox crash (#5229)
  • fb94f8a fix(standards): update aria-errormessage and aria-details to be idrefs (#5157)
  • Additional commits viewable in compare view

Updates cypress from 15.19.0 to 15.21.1

Release notes

Sourced from cypress's releases.

v15.21.1

Changelog: https://docs.cypress.io/app/references/changelog#15-21-1

v15.21.0

Changelog: https://docs.cypress.io/app/references/changelog#15-21-0

v15.20.1

Changelog: https://docs.cypress.io/app/references/changelog#15-20-1

v15.20.0

Changelog: https://docs.cypress.io/app/references/changelog#15-20-0

Commits
  • 979b6a2 fix: stop logging cypress tap requests to the open-mode terminal (#34670)
  • 71d628d chore: scope eslint graphql rules to packages that use gql (#34673)
  • fddee18 chore: remove verify-accessibility-results CI job (#34672)
  • a05905f chore: update Firefox to 154.0 (#34669)
  • bfdcb67 fix: do not offer to translate the application under test (#34664)
  • ee092e1 chore: Update v8 snapshot cache (#34648)
  • b4ad58f chore: disable Percy in CI unless percy-enabled pipeline parameter is set (#3...
  • f7281ba deprecation: deprecate cy.exec() in favor of cy.task() (#34645)
  • ae31593 chore: Add test-level rerun filtering (#34594)
  • c81f956 chore: update help content (#34572)
  • Additional commits viewable in compare view

Updates ng-mocks from 14.15.3 to 14.17.3

Release notes

Sourced from ng-mocks's releases.

v14.17.3

14.17.3 (2026-08-24)

Bug Fixes

v14.17.2

14.17.2 (2026-08-17)

Bug Fixes

v14.17.1

14.17.1 (2026-08-12)

Bug Fixes

v14.17.0

14.17.0 (2026-08-10)

Bug Fixes

Features

v14.16.1

14.16.1 (2026-08-06)

Bug Fixes

... (truncated)

Changelog

Sourced from ng-mocks's changelog.

14.17.3 (2026-08-24)

Bug Fixes

14.17.2 (2026-08-17)

Bug Fixes

14.17.1 (2026-08-12)

Bug Fixes

14.17.0 (2026-08-10)

Bug Fixes

Features

14.16.1 (2026-08-06)

Bug Fixes

14.16.0 (2026-08-03)

Bug Fixes

... (truncated)

Commits
  • e54627a chore(release): v14.17.3
  • 092dff9 fix(MockRender): support readonly signal input bindings #14692 (#14693)
  • ae71609 chore(root): update dependency eslint to v10.9.0 (#14691)
  • cc3d25b chore(.github/workflows): update github/codeql-action action to v4.37.8 (#14690)
  • 9863a84 chore(root): update dependency @​ng-select/ng-select to v24.0.2 (#14689)
  • 6179e87 chore(root): update angular monorepo to v22.1.3 (#14687)
  • 03c40d1 chore(e2e/nx): update angular monorepo to v22.1.3 (#14683)
  • 80ab092 chore(e2e/a22): update angular-cli monorepo to v22.1.5 (#14676)
  • 5e0192c chore(e2e/vitest): update angular-cli monorepo to v22.1.5 (#14686)
  • b618ec0 chore(e2e/jest): update angular-cli monorepo to v22.1.5 (#14680)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 28, 2026
@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown

Hi @dependabot,
Conflicts have been detected against the base branch.
Please resolve these conflicts as soon as you can. Thanks!

@dependabot dependabot Bot changed the title build(deps-dev): bump the testing group with 3 updates build(deps-dev): bump the testing group across 1 directory with 3 updates Sep 8, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dspace-9_x/testing-2dd5fa2a1f branch from 8145a2f to 72c3903 Compare September 8, 2026 16:15
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dspace-9_x/testing-2dd5fa2a1f branch from 72c3903 to 0fd37a7 Compare September 8, 2026 19:10
…ates

Bumps the testing group with 3 updates in the / directory: [axe-core](https://github.com/dequelabs/axe-core), [cypress](https://github.com/cypress-io/cypress) and [ng-mocks](https://github.com/help-me-mom/ng-mocks).


Updates `axe-core` from 4.12.1 to 4.13.0
- [Release notes](https://github.com/dequelabs/axe-core/releases)
- [Changelog](https://github.com/dequelabs/axe-core/blob/develop/CHANGELOG.md)
- [Commits](dequelabs/axe-core@v4.12.1...v4.13.0)

Updates `cypress` from 15.19.0 to 15.21.1
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v15.19.0...v15.21.1)

Updates `ng-mocks` from 14.15.3 to 14.17.3
- [Release notes](https://github.com/help-me-mom/ng-mocks/releases)
- [Changelog](https://github.com/help-me-mom/ng-mocks/blob/main/CHANGELOG.md)
- [Commits](help-me-mom/ng-mocks@v14.15.3...v14.17.3)

---
updated-dependencies:
- dependency-name: axe-core
  dependency-version: 4.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
- dependency-name: cypress
  dependency-version: 15.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
- dependency-name: ng-mocks
  dependency-version: 14.17.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dspace-9_x/testing-2dd5fa2a1f branch from 0fd37a7 to 4734faf Compare September 9, 2026 11:42
@tdonohue tdonohue added this to the 9.4 milestone Sep 10, 2026

@tdonohue tdonohue left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Only impacts tests & all tests pass.

@github-project-automation github-project-automation Bot moved this to 👍 Reviewer Approved in DSpace Maintenance (10.x, 9.x, 8.x) Sep 10, 2026
@tdonohue
tdonohue merged commit 2c9d4c2 into dspace-9_x Sep 10, 2026
19 checks passed
@tdonohue
tdonohue deleted the dependabot/npm_and_yarn/dspace-9_x/testing-2dd5fa2a1f branch September 10, 2026 11:44
@github-project-automation github-project-automation Bot moved this from 👍 Reviewer Approved to ✅ Done in DSpace Maintenance (10.x, 9.x, 8.x) Sep 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

Development

Successfully merging this pull request may close these issues.

1 participant